arm/imx-common: Fix warning 'get_reset_cause' defined but not used
authorPrabhakar Kushwaha <[email protected]>
Mon, 18 May 2015 11:43:52 +0000 (17:13 +0530)
committerStefano Babic <[email protected]>
Tue, 19 May 2015 13:13:51 +0000 (15:13 +0200)
commit28420e780ab5b1bf4bd76ed04313b86ffc4ea17e
treec335b332521b7d68cb9a7d20c143df2a2be960c5
parent3fd10f3e25487121563fddfdd9c44cd863662b7a
arm/imx-common: Fix warning 'get_reset_cause' defined but not used

Fix below warning
arch/arm/imx-common/cpu.c:29:14: warning: ‘get_reset_cause’ defined but
not used
 static char *get_reset_cause(void)

Signed-off-by: Prabhakar Kushwaha <[email protected]>
Reviewed-by: Eric Nelson <[email protected]>
Acked-by: Stefano Babic <[email protected]>
arch/arm/imx-common/cpu.c